Adwaita: circular buttons
authorJakub Steiner <jimmac@gmail.com>
Mon, 16 Nov 2020 14:21:46 +0000 (15:21 +0100)
committerJakub Steiner <jimmac@gmail.com>
Mon, 16 Nov 2020 14:21:46 +0000 (15:21 +0100)
- the vertical padding was thown off with the chin/forehead of menus removed

gtk/theme/Adwaita/_common.scss

index 7c0a7ae56b0b8062bcd9a67d9448978c42354b08..ab635fed3064f31d39da1e084260eb67d84d9263 100644 (file)
@@ -4186,7 +4186,7 @@ popover.menu {
   }
 
   box.circular-buttons {
-    padding: 6px $_menu-padding;
+    padding: $_menu-padding $_menu-padding 6px;
 
     button.circular.image-button.model {
       @extend %list_button;